Q1. Create a vector with 10 values from A to J and name it as "name". Q2. Create a vector with 10 random numbers from 0 to 100 as per your choice. Name it as age. Put the numbers manually. Q3. Create a vector of 6 Female and 4 Male and name it as Sex. Q4. Create a data frame named boogieman with the above 3 vectors. Q5. Change the property of age into character, check if it has been executed. Now change it back to factor and then into numeric again. Q6. use strings as factor code to create the data frame to prevent variable from getting into factor. Q7. create a copy of the data frame boogieman and name the copy as john_cena.